Click or drag to resize

ServiceCookieContainer Property

Gets or sets the collection of cookies.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public CookieContainer CookieContainer { get; set; }

Property Value

Type: CookieContainer
The cookie container.
See Also